Basic Auth Handler
data class BasicAuthHandler(username: String, password: String) : HeaderProvider
Content copied to clipboard
Request handler for basic auth.
Constructors
BasicAuthHandler
Link copied to clipboard
Functions
canHandleAuthentication
Link copied to clipboard
handleAuthentication
Link copied to clipboard
open suspend fun handleAuthentication(client: HttpClient, url: URL, data: Any, options: <ERROR CLASS>): HttpResponse
Content copied to clipboard
headers
Link copied to clipboard
plus
Link copied to clipboard
prepareRequest
Link copied to clipboard
Properties
Sources
js source
Link copied to clipboard